|
|
|
|
RightButton Property, ScrollingClass Class |
Returns whether the right scroll button is enabled.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property RightButton As Boolean |
C# |
public bool RightButton { get; } |
C++ |
public: property bool RightButton { |
Property Value
True if the right scroll button is enabled, otherwise False.
Comments
The RightButton property returns whether the right scroll button is enabled.
The RightButton property returns the current status of the right/down scroll button. It can be used to implement an application defined scrolling method.
The LeftButton property provides the equivalent information for the left/up scroll button.
The RightButton property is only meaningful if a scrollable tab control is used. The Style property defines whether scroll buttons are available.